home *** CD-ROM | disk | FTP | other *** search
- head 1.3;
- branch ;
- access ;
- symbols srv030:1.3 srv027:1.3 srv026:1.3 srv024:1.3 srv021:1.3 srv019:1.3 srv018:1.3 srv016:1.3 srv014:1.3 srv010:1.3 srv008:1.3 srv007:1.3 srv006:1.3 srv005:1.3 srv004:1.3 srv003:1.3 srv002:1.3 srv001:1.3;
- locks ; strict;
- comment @ * @;
-
-
- 1.3
- date 92.04.02.18.46.43; author kupfer; state Exp;
- branches ;
- next 1.2;
-
- 1.2
- date 91.11.11.23.01.53; author kupfer; state Exp;
- branches ;
- next 1.1;
-
- 1.1
- date 91.10.27.16.27.42; author kupfer; state Exp;
- branches ;
- next ;
-
-
- desc
- @@
-
-
- 1.3
- log
- @Add hack definition of dbg_UsingSyslog.
- @
- text
- @/*
- * dbg.h --
- *
- * Stub debugger declarations. This file may get more useful
- * stuff put in it if we ever want to run the Sprite server
- * standalone.
- *
- * Copyright 1991 Regents of the University of California
- * Permission to use, copy, modify, and distribute this
- * software and its documentation for any purpose and without
- * fee is hereby granted, provided that this copyright
- * notice appears in all copies. The University of California
- * makes no representations about the suitability of this
- * software for any purpose. It is provided "as is" without
- * express or implied warranty.
- *
- * $Header: /user5/kupfer/spriteserver/include/RCS/dbg.h,v 1.2 91/11/11 23:01:53 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
- */
-
- #ifndef _DBG
- #define _DBG
-
- #include <sprite.h>
- #include <stdlib.h>
-
- /* Hack for source compatibility. */
- #define dbg_UsingNetwork FALSE
-
- /*
- * Debugger using syslog to dump output of call command or not.
- */
- #if 0
- extern Boolean dbg_UsingSyslog;
- #endif
- #define dbg_UsingSyslog FALSE
-
- /*
- * Macro to get the debugger invoked. Unlike in native Sprite, this
- * call isn't continuable.
- */
-
- #define DBG_CALL abort()
-
- #endif /* _DBG */
- @
-
-
- 1.2
- log
- @Snapshot. net and rpc modules work.
- @
- text
- @d17 1
- a17 1
- * $Header: /r3/kupfer/spriteserver/include/RCS/dbg.h,v 1.1 91/10/27 16:27:42 kupfer Exp Locker: kupfer $ SPRITE (Berkeley)
- d28 8
- @
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @d17 1
- a17 1
- * $Header: /sprite/lib/forms/RCS/proto.h,v 1.7 91/02/09 13:24:52 ouster Exp $ SPRITE (Berkeley)
- d23 5
- a27 1
- #include <libc.h>
- @
-